home *** CD-ROM | disk | FTP | other *** search
/ Super League / Super League.iso / TELFNICA / INFO / INDICE.DIR / 00011.ls < prev    next >
Encoding:
Text File  |  1997-04-23  |  4.5 KB  |  231 lines

  1. on boton
  2.   repeat with h = 46 down to 5
  3.     puppetSprite(h, 1)
  4.     if rollOver(h) = 1 then
  5.       set the castNum of sprite h to h + 25
  6.     end if
  7.     if rollOver(h) = 0 then
  8.       puppetSprite(h, 0)
  9.     end if
  10.   end repeat
  11. end
  12.  
  13. on boton2
  14.   repeat with h = 11 down to 5
  15.     puppetSprite(h, 1)
  16.     if rollOver(h) = 1 then
  17.       set the castNum of sprite h to h + 25
  18.     end if
  19.     if rollOver(h) = 0 then
  20.       puppetSprite(h, 0)
  21.     end if
  22.   end repeat
  23.   repeat with n = 46 down to 25
  24.     puppetSprite(n, 1)
  25.     if rollOver(n) = 1 then
  26.       set the castNum of sprite n to n + 25
  27.     end if
  28.     if rollOver(n) = 0 then
  29.       puppetSprite(n, 0)
  30.     end if
  31.   end repeat
  32.   repeat with g = 20 down to 12
  33.     puppetSprite(g, 1)
  34.     if rollOver(g) = 1 then
  35.       set the castNum of sprite g to g + 63
  36.     end if
  37.     if rollOver(g) = 0 then
  38.       puppetSprite(g, 0)
  39.     end if
  40.   end repeat
  41. end
  42.  
  43. on cambiar
  44.   if the clickOn = 5 then
  45.     go(1, "menu.dir")
  46.   end if
  47.   if the clickOn = 6 then
  48.     go(1, "historia.dir")
  49.   end if
  50.   if the clickOn = 7 then
  51.     go(1, "grupo.dir")
  52.   end if
  53.   if the clickOn = 8 then
  54.     go(1, "vision.dir")
  55.   end if
  56.   if the clickOn = 9 then
  57.     go(1, "sociedad.dir")
  58.   end if
  59.   if the clickOn = 12 then
  60.     go(7, "historia.dir")
  61.   end if
  62.   if the clickOn = 13 then
  63.     go(15, "historia.dir")
  64.   end if
  65.   if the clickOn = 14 then
  66.     go(29, "historia.dir")
  67.   end if
  68.   if the clickOn = 15 then
  69.     go(44, "historia.dir")
  70.   end if
  71.   if the clickOn = 16 then
  72.     go(54, "historia.dir")
  73.   end if
  74.   if the clickOn = 17 then
  75.     go(64, "historia.dir")
  76.   end if
  77.   if the clickOn = 18 then
  78.     go(74, "historia.dir")
  79.   end if
  80.   if the clickOn = 19 then
  81.     go(89, "historia.dir")
  82.   end if
  83.   if the clickOn = 20 then
  84.     go(99, "historia.dir")
  85.   end if
  86.   if the clickOn = 21 then
  87.     go(129, "historia.dir")
  88.   end if
  89.   if the clickOn = 22 then
  90.     go(139, "historia.dir")
  91.   end if
  92.   if the clickOn = 23 then
  93.     go(153, "historia.dir")
  94.   end if
  95.   if the clickOn = 24 then
  96.     go(168, "historia.dir")
  97.   end if
  98.   if the clickOn = 25 then
  99.     go(1, "undia.dir")
  100.   end if
  101.   if the clickOn = 26 then
  102.     go(1, "empresas.dir")
  103.   end if
  104.   if the clickOn = 27 then
  105.     go(22, "empresas")
  106.   end if
  107.   if the clickOn = 28 then
  108.     go(28, "empresas")
  109.   end if
  110.   if the clickOn = 29 then
  111.     go(20, "empresas")
  112.   end if
  113.   if the clickOn = 30 then
  114.     go(30, "empresas")
  115.   end if
  116.   if the clickOn = 32 then
  117.     go(16, "empresas")
  118.   end if
  119.   if the clickOn = 33 then
  120.     go(12, "empresas")
  121.   end if
  122.   if the clickOn = 34 then
  123.     go(14, "empresas")
  124.   end if
  125.   if the clickOn = 35 then
  126.     go(10, "empresas")
  127.   end if
  128.   if the clickOn = 36 then
  129.     go(18, "empresas")
  130.   end if
  131.   if the clickOn = 37 then
  132.     go(26, "empresas")
  133.   end if
  134.   if the clickOn = 38 then
  135.     go(24, "empresas")
  136.   end if
  137.   if the clickOn = 39 then
  138.     go(1, "catemp.dir")
  139.   end if
  140.   if the clickOn = 40 then
  141.     go(1, "rdsi.dir")
  142.   end if
  143.   if the clickOn = 41 then
  144.     go(1, "banda.dir")
  145.   end if
  146.   if the clickOn = 42 then
  147.     go(1, "tele.dir")
  148.   end if
  149.   if the clickOn = 43 then
  150.     go(1, "arco.dir")
  151.   end if
  152.   if the clickOn = 44 then
  153.     go(1, "acciones.dir")
  154.   end if
  155.   if the clickOn = 45 then
  156.     go(1, "plan.dir")
  157.   end if
  158.   if the clickOn = 46 then
  159.     go(1, "catalogo.dir")
  160.   end if
  161. end
  162.  
  163. on cambiar2
  164.   if the clickOn = 5 then
  165.     go(1, "menu.dir")
  166.   end if
  167.   if the clickOn = 6 then
  168.     go(1, "historia.dir")
  169.   end if
  170.   if the clickOn = 7 then
  171.     go(1, "grupo.dir")
  172.   end if
  173.   if the clickOn = 8 then
  174.     go(1, "vision.dir")
  175.   end if
  176.   if the clickOn = 9 then
  177.     go(1, "sociedad.dir")
  178.   end if
  179.   if the clickOn = 12 then
  180.     go(183, "historia.dir")
  181.   end if
  182.   if the clickOn = 13 then
  183.     go(199, "historia.dir")
  184.   end if
  185.   if the clickOn = 14 then
  186.     go(214, "historia.dir")
  187.   end if
  188.   if the clickOn = 15 then
  189.     go(229, "historia.dir")
  190.   end if
  191.   if the clickOn = 16 then
  192.     go(264, "historia.dir")
  193.   end if
  194.   if the clickOn = 17 then
  195.     go(274, "historia.dir")
  196.   end if
  197.   if the clickOn = 18 then
  198.     go(289, "historia.dir")
  199.   end if
  200.   if the clickOn = 19 then
  201.     go(304, "historia.dir")
  202.   end if
  203.   if the clickOn = 20 then
  204.     go(319, "historia.dir")
  205.   end if
  206.   if the clickOn = 39 then
  207.     go(1, "catemp.dir")
  208.   end if
  209.   if the clickOn = 40 then
  210.     go(1, "rdsi.dir")
  211.   end if
  212.   if the clickOn = 41 then
  213.     go(1, "banda.dir")
  214.   end if
  215.   if the clickOn = 42 then
  216.     go(1, "tele.dir")
  217.   end if
  218.   if the clickOn = 43 then
  219.     go(1, "arco.dir")
  220.   end if
  221.   if the clickOn = 44 then
  222.     go(1, "acciones.dir")
  223.   end if
  224.   if the clickOn = 45 then
  225.     go(1, "plan.dir")
  226.   end if
  227.   if the clickOn = 46 then
  228.     go(1, "catalogo.dir")
  229.   end if
  230. end
  231.